home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 February / EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso / earcd / devel / libx11 / include / x11 / xp / xp.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  730b  |  27 lines

  1. #ifndef _Xp_h_
  2. #define _Xp_h_
  3. #include <X11/Xp/COPY>
  4.  
  5. /*
  6. * SCCS_data: @(#) Xp.h    1.2 92/03/18 15:16:51
  7. *
  8. *    This module contains declarations useful to clients of the
  9. *    Xp library.
  10. *******************************************************************************
  11. */
  12.  
  13. #include <X11/Wc/WcCreate.h>    /* for _() macro */
  14.  
  15. /* These are identical: multiple names for backward compatibility
  16. */
  17. void XpRegisterAthena    _(( XtAppContext ));
  18. void XpRegisterAll    _(( XtAppContext ));
  19. void AriRegisterAthena    _(( XtAppContext ));
  20.  
  21. /* These are identical: multiple names for backward compatibility
  22. */
  23. Widget XpCreateSimpleMenu _(( Widget, String, Arg*, Cardinal ));
  24. Widget WcCreateSimpleMenu _(( Widget, String, Arg*, Cardinal ));
  25.  
  26. #endif /* _Xp_h_ */
  27.